home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / jbanner / jbanner.readme < prev    next >
Text File  |  1999-04-19  |  2KB  |  57 lines

  1. Short: Makes banners using any system font
  2. Uploader: jarno@kcbbs.gen.nz (Jarno van der Linden)
  3. Author: jarno@kcbbs.gen.nz (Jarno van der Linden)
  4. Type: util/cli
  5. Requires: Kickstart 2.0 (v36)
  6.  
  7.   I made this program some years ago. It's just your average banner
  8.   printer. It can use any font and size that the system can read, can
  9.   print sideways and horizontal, aligns left, centre, and right using
  10.   a given line length, and can use any char for drawing text and
  11.   background.
  12.  
  13.  
  14.   Usage: TEXT/A,SIZE/N,FONT,SIDE=SIDEWAYS/S,UP=UPRIGHT/S,
  15.          LEFT/S,CENTER=CENTRE/S,RIGHT/S,WIDTH/K/N,
  16.          CHAR/K,FILLCHAR/K,FILL/S,NOFILL/S
  17.  
  18.   TEXT/A
  19.     The text to output as a banner
  20.   SIZE/N
  21.     Font size to use
  22.   FONT
  23.     The name of the font to use (".font" extension optional)
  24.   SIDE=SIDEWAYS/S
  25.     Draw banner on its side (usefull for output to printer with chain
  26.     paper)
  27.   UP=UPRIGHT/S
  28.     Draw banner horizontally
  29.   LEFT/S
  30.     Output flushed left
  31.   CENTER=CENTRE/S
  32.     Centre output, determined by WIDTH setting
  33.   RIGHT/S
  34.     Flush output right, determined by WIDTH setting
  35.   WIDTH/K/N
  36.     Output width to use for centre and right output
  37.   CHAR/K
  38.     Character to use for drawing text
  39.   FILLCHAR/K
  40.     Character to use for drawing background
  41.   FILL/S
  42.     Use FILLCHAR character to fill up space created by centre and
  43.     right flushing
  44.   NOFILL/S
  45.     Opposite of the FILL flag
  46.  
  47.  
  48.   The default settings are taken from "Banner_Def" in the ENV: dir.
  49.   It's format is just an argument string as you would pass to the
  50.   banner program (including a dummy value for the TEXT argument).
  51.  
  52.   One known problem: fill with left flushed output does not fill to
  53.   the full width specified by WIDTH.
  54.   If you want to fix it you can, as I've included to source code.
  55.  
  56.   ---JvdL---
  57.